body , html {
	margin:0;
	padding:0;
}
img {
	width: 100%;
	display: block;
}
.content {
	margin:30px 0;
	padding: 0 20px;
}
.container-a {
	max-width: 1160px;
	width: 100%;
	margin: auto;
}
#header {
	background: #F6F4EE;
	padding: 23px 0;	
}
#header svg {
	display: block;
	margin: auto;
}
.content-1, .container-a h2{
	color: #000;
	font-family: Myriad Pro;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 45px */
}
.for-numbers li::marker, .for-letters li::marker {
    font-size: 18px;
    font-weight: 400;
}    
h1 {
	color: #000;
	text-align: center;
	font-family: Myriad Pro;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin: 30px auto;
}
h2 {
	color: #000;
	font-family: Myriad Pro;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
h3{
	color: #000;
	font-family: "Myriad Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
}
p , h2 {
	margin: 25px 0;
}
p {
	color: #000;
	font-family: Myriad Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
p.date {
	font-family: Myriad Pro;
	font-size: 16px;
	font-family: Poppins;
	font-style: italic;
}
.mb-0 {
	margin-bottom: 0 !important;
}
a {
	color: #000;
	font-family: Myriad Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
a.blue {
	color: #00E;
	font-family: Myriad Pro;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
ul.for-numbers {
	margin: 25px 0;
	list-style: number;
	padding-left: 25px;
}
ul p  {
	margin:0;
}
ul.for-letters {
	margin: 25px 0;
	list-style-type: lower-alpha;
}
#footer {
	background: #F4F4F4;
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
	padding: 32px 16px;
}
#footer .container-b {
	max-width: 954px;
	width: 100%;
	margin: auto;
}
#footer p {
	color: rgba(0, 0, 0, 0.60);
	text-align: center;
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	margin-bottom: 10px;
}

@media(max-width: 767px) {
	p , a.blue  {
		font-size: 16px;
	}
	p, h2 {
		margin:18px 0;
	}
	
	p.date {
		font-family: Myriad Pro;
	}
	.content {
		margin: 24px 0;
	}
}
